testsuite: Actually run tools tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:11:07 +0000 (15:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:11:07 +0000 (15:11 -0400)
The script was looking in the wrong place for the tests.

testsuite/tools/simplify-3to4.in
testsuite/tools/simplify.in

index 693e8bd05fe01d61917a61cb95748ed889a0adb8..31d7da09709744302691e1d3126fdefca049a852 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
-TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data-3to4}
+TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data-3to4
 TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
 
 shopt -s nullglob
index 08059f3c170ada0dc5066dbc92fffab7fca3fa4f..c92c5c6d9c67f962b1c7425ec0bc762c67c01989 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
-TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data}
+TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data
 TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
 
 shopt -s nullglob